Fix geocache tags on read so we can really read archived/enabled state.
authorrobertl <robertl>
Mon, 3 Sep 2007 23:31:56 +0000 (23:31 +0000)
committerrobertl <robertl>
Mon, 3 Sep 2007 23:31:56 +0000 (23:31 +0000)
gpx.c

diff --git a/gpx.c b/gpx.c
index cd7ed9f050c2ec4ccc9f4a1928fd5aecbba772ec..bf9fcfd6b1a431a76c53b40da5cafd8ecf57dacb 100644 (file)
--- a/gpx.c
+++ b/gpx.c
@@ -295,7 +295,9 @@ tag_mapping tag_path_map[] = {
 
 #define GARMIN_WPT_EXT "/gpx/wpt/extensions/gpxx:WaypointExtension"
 
-       GEOTAG( tt_cache,               "cache"),
+//     GEOTAG( tt_cache,               "cache"),
+       { tt_cache, 1, "/gpx/wpt/groundspeak:cache" },
+
        GEOTAG( tt_cache_name,          "name"),
        GEOTAG( tt_cache_container,     "container"),
        GEOTAG( tt_cache_type,          "type"),